home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set K to the clickOn
- puppetSound("Klick")
- set the castNum of sprite K to the castNum of sprite K + 1
- updateStage()
- repeat while the stillDown or soundBusy(1)
- end repeat
- set the castNum of sprite K to the castNum of sprite K - 1
- updateStage()
- puppetSound(0)
- end
-
- on mouseUp
- ImportExternalSavedGame()
- VerifySavedGamesFiles()
- ReFreshField()
- end
-